C1GroupDataCollection<S> Class Methods
In This Topic
For a list of all members of this type, see C1GroupDataCollection<S> members.
Public Methods
| Name | Description |
| CanFilter | Returns whether the collection is able to filter the specified expression. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) |
| CanGroup | Overridden. Returns whether the collection is able to group the specified group descriptions. |
| CanInsert | Overridden. |
| CanInsertRange | Overridden. |
| CanMove | Overridden. Determines whether the item at fromIndex can be moved to toIndex. |
| CanMoveRange | (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) |
| CanRefresh | Determines whether the collection can be refreshed. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) |
| CanRemove | Overridden. Determines whether the item at the specified index can be removed from the collection. |
| CanRemoveRange | Overridden. |
| CanReplace | Overridden. |
| CanReplaceRange | Overridden. |
| CanSort | Returns whether the collection is able to sort the specified sort descriptions. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) |
| ConnectAsync | Connects the collection to the source. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) |
| CreateNewItem | Creates a new item of the collection. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) |
| DisconnectAsync | Disconnects the collection from the source. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) |
| Dispose | Overloaded. Called to dispose resources. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) |
| FilterAsync | Filters the data using specified filter expression. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) |
| GetItemType | Overridden. Get the type of the items in the collection. |
| GetLoadedItems | Overloaded. Returns the items that has be loaded so far. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) |
| GroupAsync | Overloaded. Overridden. Groups the collection according to the specified group descriptions. |
| IndexOf | Gets the index of the specified item. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) |
| InsertAsync | Overridden. Inserts the specified item at the specified index in the collection. |
| InsertRangeAsync | Overridden. |
| LoadAsync | Load the items between the specified indexes. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) |
| LoadMoreItemsAsync | Loads more items asynchronously. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) |
| MoveAsync | Overridden. Moves an item from the specified position to the new one. |
| MoveRangeAsync | (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) |
| MoveToPageAsync | Moves to the page . (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) |
| RefreshAsync | Refreshes the collection data. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) |
| RemoveAsync | Overridden. Removes the item at the specified index from the collection. |
| RemoveRangeAsync | Overridden. |
| ReplaceAsync | Overridden. |
| ReplaceRangeAsync | Overridden. |
| SortAsync | Overloaded. Sorts the collection according to the specified sort descriptions. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) |
Top
Protected Methods
See Also